home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / FDecimate.xml < prev    next >
Extensible Markup Language  |  2004-08-17  |  3KB  |  40 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="FDecimate">
  4.   <description />
  5.   <filters>
  6.     <filter name="FDecimate" category="Deinterlacing & Pulldown Removal" helpfile="fdecimate" type="clip">
  7.       <description>This filter provides extended decimation capabilities not available from Decimate(). It can remove frames from a clip to achieve the desired frame rate, while retaining audio/video synchronization. It preferentially removes duplicate frames where possible.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="rate" type="float" default="23.976" max="0" min="0" step="0" optional="True" paramList="False">
  18.           <description>This parameter sets the desired output frame rate. Frames will be removed from the video to achieve this frame rate while keeping audio and video in sync.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="threshold" type="float" default="1.0" max="0" min="0" step="0" optional="True" paramList="False">
  22.           <description>This parameter sets the threshold difference metric for duplicate detection. If the difference metric between two frames exceeds this threshold, the two frames are considered to be different frames. i.e., not duplicates. Refer to the "How to Use FDecimate()" section above for an explanation of how to set this threshold properly.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="metrics" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  26.           <description>This parameter is used to determine the proper threshold to use for duplicate detection. When it is set to true, no decimation occurs and the difference metric for each frame is shown overlaid on the video and in the DebugView output. Refer to the "How to Use FDecimate()" section above for an explanation of how to use this parameter to set the threshold properly.</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>This parameter enables information to be displayed on the frame. It also displays the software version.</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="debug" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  34.           <description>This parameter enables information to be printed via OutputDebugString(). A utility called DebugView is available for catching these strings. The information displayed is the same as shown by the show option above.</description>
  35.           <items />
  36.         </parameter>
  37.       </parameters>
  38.     </filter>
  39.   </filters>
  40. </plugin>